home *** CD-ROM | disk | FTP | other *** search
- /*
- ** headers.h
- **
- ** all the minimum necessary headers for the application.
- **
- ** If using Think C, precompile this for extra speed.
- */
-
- #include <AppleEvents.h>
- #include <Desk.h>
- #include <Dialogs.h>
- #include <Events.h>
- #include <Fonts.h>
- #include <GestaltEqu.h>
- #include <Menus.h>
- #include <OSEvents.h>
- #include <QuickDraw.h>
- #include <THINK.h>
- #include <ToolUtils.h>
- #include <Types.h>
- #include <Windows.h>
-